feat(copy): 全站 slogan 改为「人思考,AI 执行,人验收」 - #28
Merged
Conversation
将两种旧标语统一替换: - 「人指挥 AI 干活,不是 AI 辅助人」 - 「人 frame、AI 执行、架构师判断」 →「人思考,AI 执行,人验收」(中文) →「Humans think, AI executes, humans verify」(英文) 覆盖范围:i18n.js(源),index/blog/skill/case 页 meta/og/hero, game.html(meta/quiz 答案/NPC 对白/分享文案/通关文案), llms.txt,build:en 重新生成的 en/ 镜像。 保留 case-method 里解释旧范式对比的叙事句(不是标语)。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
Blocker / 必须修正
建议修复后建议对 结论:❌ 暂不可合并(存在 blocker) |
The slogan PR updated the zh-source JSON-LD to "人思考、AI 执行、人验收" but left scripts/build-en.mjs's JSONLD_REPLACEMENTS keys on the old "人 frame、AI 执行、架构师判断" slogan. With no key match, `npm run build:en` left three Organization/SoftwareApplication/HowTo descriptions as Chinese in the generated English mirror — a localization regression exposing zh structured data to crawlers. Fix the root cause: realign the three stale keys (and their English values to the new slogan) in build-en.mjs, then regenerate docs/en/index.html. Diff is limited to those three descriptions; no other en/* pages changed. Reviewed-Comment: #28 (comment) Co-Authored-By: Claude <noreply@anthropic.com>
Owner
Author
Blocker / 必须修正
建议
结论:❌ 暂不可合并(存在 blocker) |
og-card.html / og-card.en.html 的 hero 标题仍是旧 slogan, 导致社交分享图与全站新文案「人思考,AI 执行,人验收」不一致。 更新两份卡片源并用 Chrome headless 重渲染 docs/og.png、docs/og.en.png。 Reviewed-Comment: #28 (comment) Co-Authored-By: Claude <noreply@anthropic.com>
Owner
Author
建议
结论:✅ 可以合并 |
slogan 改为「人思考,AI 执行,人验收」后,en/index.html 的 og:title 变为 "GitHire · Humans think, AI executes, humans verify",CI 里硬编码 的旧断言 "Humans frame" 不再匹配,更新断言字符串。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Owner
Author
建议
结论:✅ 可以合并 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改动
将全站两套旧标语统一替换为新 slogan:
→ 中文:人思考,AI 执行,人验收
→ 英文:Humans think, AI executes, humans verify
覆盖范围
i18n.js(文案源)index/blog/skill/case页的 meta / og / herogame.html(meta / quiz 答案 / NPC 对白 / 分享文案 / 通关文案)llms.txtbuild:en重新生成的en/镜像保留 case-method 里解释旧范式对比的叙事句(不是标语)。
背景
该改动此前停留在
feat/pokehire-linear-spine分支、未随任何已合并 PR 进入 main,线上仍是旧文案。本 PR 将其干净地(单 commit)合入 main 上线。🤖 Generated with Claude Code